home *** CD-ROM | disk | FTP | other *** search
/ Champak 112 / jogo-disk-112.iso / Games / ophelias_diary_2_episode_2.swf / scripts / DefineButton2_269 / BUTTONCONDACTION on(release).as
Text File  |  2010-07-14  |  181b  |  11 lines

  1. on(release){
  2.    if(eval("/Variables:OpheliaMarche") == 0)
  3.    {
  4.       set("/Variables:Ou","Switch");
  5.       tellTarget("../Ophelia")
  6.       {
  7.          play();
  8.       }
  9.    }
  10. }
  11.